home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SPACE 2
/
SPACE - Library 2 - Volume 1.iso
/
program
/
331
/
gemfsc14
/
aessrc14
/
aesform3.s
< prev
next >
Wrap
Text File
|
1989-04-06
|
857b
|
29 lines
;*========================================================================
;*
;* AESFAST Public Domain GEM bindings.
;*
;*========================================================================
.include "aesfast.sh"
;*************************************************************************
;*
;* Form Manager routines 3 of 3.
;*
;*************************************************************************
;-------------------------------------------------------------------------
; form_alert
;-------------------------------------------------------------------------
_form_alert::
.cargs #4,.def,.ptext
AControl 52,1,1,1
lea .def(sp),a1 ; -> intin
lea .ptext(sp),a0 ; -> addrin
ACall RET2USER
; end of code